Click or drag to resize

SipClientGetOptions Method (ContactInfo, ContactInfo, Contact)

Gets capabilities of a client or server.

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public RequestResponse GetOptions(
	ContactInfo from,
	ContactInfo to,
	Contact contact
)

Parameters

from
Type: Independentsoft.SipContactInfo
A ContactInfo contains address and display name of the sender of the request.
to
Type: Independentsoft.SipContactInfo
A ContactInfo contains address and name of the recipient.
contact
Type: Independentsoft.SipContact
A string contains user's contact address. Usually the address contains user's IP address and port.

Return Value

Type: RequestResponse
A RequestResponse containing sent Request and received appropriate Response.
See Also